How to Use
- Type your text - each line is strictly limited to 80 characters
- Red line guide: Shows the 80-character limit (position 80)
- Automatic wrapping: Text automatically wraps to next line when exceeding 80 chars
- Select text and use alignment buttons to format only the selection
- Indent: Adds 3 Braille blanks (U+2800) + 1 space for proper indentation
- Quote: Adds " |" prefix to selected lines
- Bullet List: Active mode - each new line starts with "* "
- Numbered List: Active mode - each new line starts with "n. "
- Underline: Select text and click to add = underline below
- Title: Click to create a centered title with decorative borders
- Paragraph: Creates a paragraph with === borders and 4-space indent
- Sub Section: Adds -- before and after text with 2 spaces padding
- Double Column: Splits selected text into two 36-char columns with word wrapping
- Paste: Text is automatically wrapped to fit 80 characters with no data loss
- Use the table controls to create ASCII tables with custom rows/columns
- Tables use:
/ (top-left), \ (top-right), \ (bottom-left), / (bottom-right)
- Horizontal lines:
-, Vertical lines: |
- Intersections use
+ (except leftmost/rightmost borders which use |)
- All spaces and Unicode characters are preserved exactly as typed
Example Indent:
⠀⠀⠀ This line has been indented with Braille blanks
⠀⠀⠀ This second line is also indented
⠀⠀⠀ Very long lines that would exceed 80 characters after
⠀⠀⠀ indentation are automatically wrapped to the next line
Example Quote:
| This is a quoted line of text
| Another quoted line
Example Bullet List:
* First bullet point
* Second bullet point
* Third bullet point
Example Numbered List:
1. First numbered item
2. Second numbered item
3. Third numbered item
Example Title:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
My Document Title
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Example Paragraph:
===============================================================================
This is a paragraph with four spaces at the beginning.
It can span multiple lines and will be left-aligned.
===============================================================================
Example Sub Section:
-- This is a subsection with two spaces before and after --
Example Double Column:
This is the first column This is the second column
text that wraps properly with proper word wrapping
within 36 characters. staying within limits.
Example Underline:
This is underlined text
======================
Example Table (3x3):
/------------------\
| Cell 1 | Cell 2 | Cell 3 |
|--------+--------+--------|
| Cell 4 | Cell 5 | Cell 6 |
|--------+--------+--------|
| Cell 7 | Cell 8 | Cell 9 |
\------------------/